SequenceReferenceFormat Enumeration

Represents what information about a reference is displayed. If the reference format is not specified, the page format is used as the default.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum SequenceReferenceFormat

Members

Page0 Displays the number of the page on which the referenced item appears.
Chapter1 Displays the number of the chapter in which the referenced item appears.
Direction2 Displays whether the referenced item is above or below the reference field.
Text3 Displays the text of the referenced item.
CategoryValue4 Displays the name and value of the sequence.
Caption5 Displays the caption in which the sequence is used.
Value6 Displays the value of the sequence.
None7 None.

See Also